net/http.http2Transport.disableKeepAlives (method)

5 uses

	net/http (current package)
		h2_bundle.go#L8067: func (t *http2Transport) disableKeepAlives() bool {
		h2_bundle.go#L8079: 	return t.newClientConn(c, t.disableKeepAlives(), nil)
		h2_bundle.go#L8954: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		h2_bundle.go#L9397: 	closeOnIdle := cc.singleUse || cc.doNotReuse || cc.t.disableKeepAlives() || cc.goAway != nil
		h2_bundle.go#L10569: 	cc, err := tr.newClientConn(conn, tr.disableKeepAlives(), internalStateHook)